Update to Jakarta Persistence TCK version 3.2.1#12123
Update to Jakarta Persistence TCK version 3.2.1#12123beikov wants to merge 3 commits intohibernate:7.3from
Conversation
|
Thanks for your pull request! This pull request does not follow the contribution rules. Could you have a look? ❌ All commit messages should start with a JIRA issue key matching pattern › This message was automatically generated. |
|
Rebasing as @scottmarlow is telling us the TCK passes now that we've fixed a few issues (https://hibernate.zulipchat.com/#narrow/channel/132094-hibernate-orm-dev/topic/7.2E3.20StoredProcedureQuery.20TCK.20failure/near/585203520) |
More specifically, we now pass a test that we failed with ORM 7.3.0.Final. WildFly Preview now passed the StoredProcedureQuery tests (with ORM 7.3.1) but I'm looking into a different failure: SVR-ERROR: org.hibernate.query.QueryArgumentException: Given type is incompatible with parameter type (java.lang.Integer is not assignable to java.lang.Double) I'm looking into why I missed this failure (https://github.com/jakartaee/platform-tck/blob/3e642738584b2e4b9a6a9d80bb12fed6b53afb7e/tcks/apis/persistence/persistence-inside-container/spec-tests/src/main/java/ee/jakarta/tck/persistence/core/criteriaapi/metamodelquery/Client2.java#L326) when I tested with ORM 7.3.0.Final. Update: ORM 7.3.0.Final has the same failure as well. |
|
|
The commit " HHH-20313 Fix JPA Criteria parameter type inference TCK failure " is causing failures. I'm moving the upgrade part to #12192 so we can merge that immediately. I'd suggest repurposing this PR to simply addressing HHH-20313. |
Thanks @yrodiere + @beikov , I'll create the separate pr based on this one to simply address HHH-20313 as that change worked for my local (Jakarta EE 11) TCK testing:
|


Backport of #12076
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
Please make sure that the following tasks are completed:
Tasks specific to HHH-20313 (Bug):
migration-guide.adocOR check there are no breaking changeshttps://hibernate.atlassian.net/browse/HHH-20313